/*
Theme Name: Eric Kerr (White)
Theme URI: http://erickerr.com
Description: My white theme.
Version: 1.0
Author: Eric Kerr
Author URI: http://erickerr.com
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

.clearfix:after { content: "."; clear: both; height: 0; visibility: hidden; display: block;}
.clearfix {display:inline-block;}
.clearfix {display:block;}

.left { float: left; }
.right { float: right; }

.hide-mobile { display: block; }
.hide-desktop { display: none; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-rendering: optimizelegibility;
  color: #555;
  text-align: left;
  font-size: 18px;
  line-height: 1.75em;
}

strong {
  font-weight: bold;
}

a, a:link, a:hover, a:active, a:visited {
  color: #007ACC;
  text-decoration: none;
}

a:hover {
  color: #005C99;
}

a.current {
  color: rgba(0,0,0,.8);
  font-weight: 600;
}

div {
  position: relative;
}

em {
  font-style: italic;
}

blockquote {
  padding-left: 15px;
  color: #999;
}

#wrapper {
  max-width: 900px;
  margin: 0 auto;
}

#container {
  padding: 0 70px;
}

.section {
  padding: 25px 25px 0;
}

#header {
  height: 35px;
  line-height: 35px;
}

#header h1 a {
  background: url(images/erickerr-logo.png) no-repeat center left;
  background-size: 150px 30px;
  width: 150px;
  height: 30px;
  display: block;
  border: 0;
  text-indent: -9999px;
}

#header ul {
  float: right;
}

#header ul li {
  float: left;
  padding-left: 25px;
}

#header ul a {
  font-style: italic;
}

#main {
}

.posts .item {
}

.item .meta {
    width: 70px;
    text-align: right;
    position: absolute;
    top: 0;
    left: -95px;
    color: #999;
	font-style: italic;
	margin-top: 4px;
    line-height: 1.2em;
    font-weight: 400;
}

h2, h3, h4 {
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 8px;
  font-weight: 600;
  color: rgba(0,0,0,.8);
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

.posts p {
  margin-bottom: 1.2em;
}

.posts p.bottom {
  float: right;
  color: #777;
  margin-top: -12px;
}

.highlight {
  background-color: rgba(218, 251, 221, 1);
  transition: 200ms background-color;
}

.highlight:hover {
  background-color: rgba(157, 247, 177, 1);
}

.social_actions {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 30px;
}

.twitter-follow-button {
  float: right;
}

.iconized-list {
  padding-bottom: 1em;
  color: #707070;
  list-style: circle outside;
  padding-left: 15px;
}

.iconized-list li {
  float: left;
  list-style: circle outside;
  width: 235px;
}

#footer {
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  line-height: 42px;
  margin: 30px 0;
  padding: 0 10px;
}

#license {
  font-size: 11px;
  color: #999;
  line-height: 13px;
  margin-top: 20px;
  padding-bottom: 10px;
}

div.inside {
  margin-bottom: 15px;
  padding-left: 15px;
  color: #999;
}

blockquote b {
  color: #888;
  font-weight: 600;
}

.dsq-dc-logo {
  display: none !important;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

#projects {
  margin-top: 15px;
}

#projects li {
  padding-bottom: 30px;
}

#projects li ul {
  padding-left: 20px;
}

#projects li ul li {
  padding-bottom: 0;
  list-style: circle outside;
}

#projects p {
  margin-bottom: 0;
}

.screenshot img {
  padding: 0;
  margin: 0;
  line-height: 0;
}

#projects .date {
  font-size: smaller;
  font-style: italic;
  margin-top: -.5em;
}

.screenshot {
  float: right;
  display: block;
  border: 1px solid #CCC;
  padding: 5px;
  margin-left: 20px;
  margin-top: -10px;
  margin-right: -60px;
  z-index: 1000;
}

.screenshot img, .screenshot {
  vertical-align: bottom;
  line-height: 0;
}

a.screenshot:hover {
  border-color: #AAA;
}

#filter_projects {
  margin-left: 20px;
  font-size: 12px;
  vertical-align: 2px;
}

@media all and (max-width: 900px){
  .hide-mobile { display: none; }
  .hide-desktop { display: block; }

  #wrapper {
    width: 100%;
  }

  #container {
    padding: 0px;
  }

  #header {
	height: 25px;
	line-height: 25px;
  }

  #header ul li {
    padding-left: 12px;
  }

  #header h1 a {
	width: 139px;
	height: 25px;
	background-size: 139px 25px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .item .meta {
    position: relative;
    text-align: left;
    top: auto;
    left: auto;
    margin-top: -4px;
    margin-bottom: 8px;
    font-size: 15px;
  }

  .item img {
    max-width: 100% !important;
	height: auto !important;
  }

  #disqus_thread, #fblike, .fblike {
	display: none;
  }

  .social_actions {
  	border: none;
  }

  .twitter-follow-button {
	float: none;
  }

  .screenshot {
	display: block;
	border: none;
    margin: 0 auto 10px;
    padding: 0;
    float: none;
	text-align: center;
  }

  p.bottom {
	display: none;
  }
}

/* BEGIN Disqus Override */
#placement-top {
  display: none !important;
}
/*

/* BEGIN /investments Post */
#investments {
  width: 100%;
  margin-bottom: 15px;
}
#investments th {
  font-weight: bold;
  background: #FFF;
}
#investments tr {
  border-bottom: 1px solid #E6E6E6;
  background: #F8F8F8;
}
#investments .toggle_notes {
  font-size: 11px;
  font-weight: normal;
  margin-left: 20px;
}
#investments td, #investments th {
  padding: 5px 8px;
}
#investments td.special a {
  padding-right: 20px;
  background: url(http://erickerr.com/wp-content/themes/ek%20light/images/special.png?3) no-repeat right center;
}
#investments .notes {
  display: none;
}
#investments .notes td{
  font-size: smaller;
  background: #FFF;
}
#investments .updated {
  font-size: smaller;
  line-height: 18px;
  background: #FFF;
  color: #999;
  border: 0;
}
#investments .last_updated {
  text-align: right;
}
#investments .total_companies {
  text-align: left;
}
/* END /investments Post */